Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
Reference issues when passing mysqli_result across functions
9
Alternative Approach: How to Use imagettfbbox() Instead of imagefontwidth() for More Accurate Text Width Measurement
2
Notes on using this function in PHP CLI and Web environments
4
Discuz Anti-Spam Wall Setup Guide: Effectively Enhance Forum Security
2
Similar Functions
ctype_print
ctype_print
Checkprintablecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_punct
ctype_punct
Checkforprintablecha
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_space
ctype_space
Checkspacecharacters
Popular Articles